home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / ticklr50.arc / PGM-AIDE.DOC < prev    next >
Encoding:
Text File  |  1986-12-11  |  6.2 KB  |  122 lines

  1.                  DOCUMENTATION FOR PROGRAM AIDE
  2.                          by Lynn Canning
  3.  
  4. Pgm-aide, Tickler, and Tickclk are distributed under a new
  5. concept called Postware.  This means that although no fee is
  6. currently charged for the non-commercial use of these programs,
  7. the author requires that their usage be registered via postcard.
  8. Please send your name, address, where obtained, and comments to
  9. the author at the above address.
  10.  
  11. NOTE!  Due to the use of several commercially copyrighted routines,
  12.        the source code for version 5.00 of Program Aide is no longer
  13.        available for distribution.
  14.  
  15. Version 5.00 enhancements:
  16. - Added Calendar utility.
  17. - Epson Window modified to include several AT&T printers.
  18. - Epson Window modified to allow the number of lines to be
  19.   specified when the Skip Over Perforation option is selected.
  20. - Tickler Editor modified to allow alarm settings to be specified.
  21.  
  22. Program Documentation for Program Aide:
  23.  
  24. Misc Documemtation:
  25.  
  26. The resident program will work with a color graphics card.  It is not
  27. tested and may not work properly on a monochrome monitor.  If you are
  28. using a composite monochrome monitor such as is found on the Compaq
  29. and IBM portables, the colors can be changed to the monochrome colors
  30. by using a command line parameter of "C" as the first parameter when
  31. installing Program Aide.
  32.  
  33. Installation:
  34.  
  35. Program Aide is executed from the DOS prompt and will become memory resident.
  36. It can then be popped up when executing most programs.  Problems may
  37. result if other memory resident programs have previously been called.
  38. It is therefore suggested that Program Aide be called before other
  39. memory resident programs.  This seems to eliminate most problems.  I
  40. have found one game that does not work when Program Aide and Turbo
  41. Lightning were installed together, but the removal of either eliminates
  42. the problem.
  43.  
  44. Program Aide is popped up by typing (Alt)= after it is installed.
  45.  
  46. Program Aide can be removed from memory by typing Cntl-F9 when the
  47. menu is on the screen.  Program Aide must not be removed unless it was
  48. popped up at a DOS prompt.  Removal at any other time will cause a hole
  49. to be left in memory that will remain until the system is rebooted.
  50. If Program Aide is not the last memory resident program loaded, the
  51. other programs must be removed first or the memory used be Program
  52. Aide will not be released leaving a hole in memory.  It is suggested
  53. that you obtain the programs MAPMEM, MARK, and RELEASE.  These
  54. programs are invaluable when working with and running memory resident
  55. programs.  They allow you a painless method of removing memory
  56. resident programs.  These programs were written and placed in the
  57. public domain by Turbo Power Software and are available on most BB's
  58. in a file named TSRCOMnn.ARC where nn stands for the version number.
  59.  
  60. Program Documentation for Screen Counter:
  61.  
  62. Screen Counter was written to count screen positions.  When Screen Counter
  63. is activated you will notice four counters on the last line of the screen.
  64. The line counter obviously tells you what line you are on and correspondingly
  65. the column counter gives you the column or your position on the line.  The
  66. trip counters is used to determine the horizontal and vertical distance
  67. between two points on the screen.  Note that the column and line counters
  68. correspond to the X and Y screen coordinates respectively.  These counters can
  69. therefore be used to determine the screen coordinates when needed in a program
  70. such as dBaseII or when writing window programs.
  71.  
  72. To use the trip counters, place the cursor on the leftmost point of
  73. where you wish to begin counting.  Hit the F2 key to reset the counters to 1.
  74. Move the cursor to the rightmost point.  The htrip counter now contains the
  75. horizontal distance between the two points including the starting and ending
  76. positions.  The vtrip counter can be used to count lines or vertical distance.
  77.  
  78. There are of course limitations on the use of the trip counters.  The
  79. counters reset to the value of the column and line counters if you attempt to
  80. drive them to a negative value by moving left or up.  The counters count
  81. from left to right and top to bottom.  If you overshoot your target position,
  82. you can move the cursor to the right or up and the counters will decrement.
  83.  
  84. Cursor movement is controlled by the number pad keys.  For details, see the
  85. on-screen help menu by pressing the F1 key when in the program.  The cursor
  86. will screen wrap except when attempting to go left at line 1 column 1 or
  87. right at line 24 column 80.
  88.  
  89. Program Documentation for Epson Window:
  90.  
  91. This program is mostly self explanatory.  Various print options
  92. are turned on an off through the use of a menu.  The program will work
  93. with most Epson and Epson compatible printers.  Several parameter
  94. exceptions have been noted when using several AT&T printers.  When the
  95. program is called, the printer is reset to its power up state.  Various
  96. options can then be set by hitting the corresponding number or letter.
  97. Options previouly set can be turned off by hitting the number or letter
  98. key again.  Some options are incompatible with other options (see the
  99. printer manual for Elite mode).  After the options are set, you can see
  100. the results by printing a test pattern.  This pattern also specifies the
  101. options set.  Try option "K" for printing program listings.
  102.  
  103. Program Documentation for Tickler Editor:
  104.  
  105. This program is a memory resident add editor for TICKLER.COM.  TICKLER.COM
  106. provides you with an appointment calendar.  It is not a memory resident
  107. program and therefore does not reside in PROGRAM AIDE.  Documentation for
  108. the Tickler Add Editor is fully covered in the TICKLER documentation.
  109.  
  110.  
  111. Program Documentation for Calendar:
  112.  
  113. This program will pop-up three months of calendars with the target month
  114. in the middle.  Upon selection, the calendars associated with the system
  115. month are displayed.  The program will then ask for a different target
  116. month and year.  This is a perpetual calendar and will display any year
  117. greater than 0100.  Entries less than year 0100 or that do not contain
  118. a century will have 1900 added to the year.  Keep in mind that several
  119. centuries ago several days were added to the Gregorian calendar thus
  120. invalidating the calendars shown for very old dates.
  121.  
  122.